home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / patchm.zip / README.TXT < prev   
Text File  |  1992-12-27  |  2KB  |  54 lines

  1. PATCHMAN.EXE is a patch mangement utility intented for the new
  2. Windows 3.1 MCI patch cache support.
  3.                                     
  4. In human language: It makes GRAVIS Ultrasound board load its instrument
  5. voices and drums on demand.
  6.  
  7. NOTE! This product is provided with no guarantees of any kind as to
  8. its fitnes for any purpose. Author will not be responsible for any damages
  9. both consequential and incidental or any other kind.
  10.  
  11. Here is how it works:
  12.  
  13. 1. Copy PATCHMAN.EXE and PATCHMAN.CFG to some directory of your choice
  14. 2. Start windows
  15. 3. Select a group where you want the Patch Manager to be placed
  16. 4. Select "File" and then "New"
  17. 5. Pick "Program Item"
  18. 6. Type in "Patch Manager" in the "name" field
  19. 7. Type in the directory where the PATCHMAN.EXE is and then "\PATCHMAN.EXE"
  20.    in the "command line" field e.g.: "C:\MYDIR\PATCHMAN.EXE"
  21. 8. Type in the directory mentioned above in the "working directory" field
  22.    i.e. "working directory" MUST be the directory where the PATCHMAN.EXE is
  23. 9. Cick "Change Icon"
  24. 10. Pick the Patch Manager icon (there is only one)
  25. 11. Click OK
  26. 12. If everything is ok you should have new icon with description "Patch
  27.     Manager" in your group
  28.  
  29.  
  30. Operating instructions
  31.  
  32. 1. There is no on-line help (I am too lazy, I have no RTF editor,
  33.                              and I have headache)
  34. 2. When Patch Manager pops up you can select instrument voices
  35.    by clicking on entries in the list. Same holds for drums.
  36. 3. What is on the list depends on the contents of the file PATCHMAN.CFG
  37. 4. When all what is needed is selected click on "Load"
  38. 5. If there is enough memory on the board the message will confirm that
  39.    patches are loaded
  40. 6. Otherwise (or if something else goes wrong) you get an error message.
  41. 7. If the memory is your problem de-select some voices and try "Load" again
  42. 8. You do not need to close the Patch Manager after every use. It does not
  43.    attempt to hold MIDI devices open so you can use some other program
  44.    in between loads. While loading however it needs exclusive access to
  45.    the drivers.
  46. 9. You need the MIDI mapper to have access to your board or you will get
  47.    "No MIDI map" or "MIDI map contains reference ..." message.
  48.  
  49.  
  50. Tech notes
  51.  
  52. Patch Manager uses midiOutCachePatches and midiOutCacheDrumPatches calls.
  53.  
  54.